home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 5-Fonts & Software / Applications / Adobe Illustrator® 3.0 / PPD Folder / T1535470.PPD < prev    next >
Text File  |  1990-10-11  |  12KB  |  376 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "LaserPrinter15" version 47.0
  3. *% Produced by "BuildPPD.ps" version 3.0 edit 58
  4. *%
  5. *% Copyright 1988, 1989, 1990 Adobe Systems Incorporated.  
  6. *% All Rights Reserved.
  7. *% Permission is granted for redistribution of this file as
  8. *% long as this copyright notice is intact and the contents
  9. *% of the file is not altered in any way from its original form.
  10. *%
  11. *% The byte count of this file should be exactly 011862 or 012237
  12. *% depending on the filesystem it resides in.
  13. *%
  14. *% Date: 17 August 1990
  15. *FormatVersion: "3.0"
  16. *FileVersion: "3.1"
  17. *LanguageVersion: English
  18.  
  19. *Product: "(LaserPrinter15)"
  20. *PSVersion: "(47.0) 2.635"
  21. *NickName: "TI 2115 (35 fonts) v47.0"
  22.  
  23. *% General Information and Defaults ===============
  24. *FreeVM: "548746"
  25. *ColorDevice: False
  26. *VariablePaperSize: False
  27. *FileSystem: False
  28. *?FileSystem: "/initializedisk where{pop(True)}{(False)} ifelse = flush"
  29. *Throughput: "15"
  30. *Password: "0"
  31. *ExitServer: "
  32.   count 0 eq {  % is the password on the stack?
  33.     true 
  34.   }{
  35.     dup    % potential password
  36.     statusdict begin checkpassword end not 
  37.   } ifelse 
  38.   {  %  if no password or not valid 
  39.     (WARNING : Cannot perform the exitserver command.) = 
  40.     (Password supplied is not valid.) = 
  41.     (Please contact the author of this software.) = flush
  42.     quit 
  43.   } if 
  44.   serverdict begin exitserver
  45. "
  46. *End
  47.  
  48. *Reset: "
  49.   count 0 eq {  % is the password on the stack?
  50.     true 
  51.   }{
  52.     dup    % potential password
  53.     statusdict begin checkpassword end not 
  54.   } ifelse 
  55.   {  %  if no password or not valid 
  56.     (WARNING : Cannot reset printer.) = 
  57.     (Password supplied is not valid.) = 
  58.     (Please contact the author of this software.) = flush
  59.     quit 
  60.   } if 
  61.   serverdict begin exitserver
  62.   systemdict /quit get exec
  63.   (WARNING : Printer Reset Failed.) = flush
  64. "
  65. *End
  66.  
  67. *DefaultResolution: 300dpi
  68. *?Resolution: "
  69. save
  70.   initgraphics
  71.   0 0 moveto currentpoint matrix defaultmatrix transform
  72.   0 72 lineto currentpoint matrix defaultmatrix transform
  73.   3 -1 roll sub dup mul
  74.   3 1 roll exch sub dup mul
  75.   add sqrt round cvi
  76.   (          ) cvs print (dpi) = flush
  77. restore
  78. "
  79. *End
  80.  
  81. *% Halftone Information ===============
  82. *ScreenFreq: "60.0"
  83. *ScreenAngle: "45.0"
  84. *DefaultScreenProc: Dot
  85. *ScreenProc Dot: "
  86. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  87. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  88. "
  89. *End
  90. *ScreenProc Line: "{ pop }"
  91. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  92.  
  93. *DefaultTransfer: Null
  94. *Transfer Null: "{ }"
  95. *Transfer Null.Inverse: "{ 1 exch sub }"
  96.  
  97. *% Paper Handling ===================
  98.  
  99. *% Use these entries to set paper size most of the time, unless there is
  100. *% specific reason to use PageRegion or PaperTray.
  101. *DefaultPageSize: None
  102. *PageSize Letter: "statusdict begin lettertray end"
  103. *PageSize Legal: "statusdict begin legaltray end"
  104. *PageSize A4: "statusdict begin a4tray end"
  105. *?PageSize: "
  106.   save statusdict begin
  107.   3 dict begin
  108.    /0 (Letter) def
  109.    /1 (A4) def
  110.    /2 (Legal) def
  111.    papertray
  112.    papersize
  113.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  114.    end 
  115. end
  116. restore
  117. "
  118. *End
  119.  
  120. *% These entries will set up the frame buffer. Usually used with manual feed.
  121. *DefaultPageRegion: None
  122. *PageRegion Letter: "letter"
  123. *PageRegion Legal: "legal"
  124. *PageRegion A4: "a4"
  125.  
  126. *% These entries will invoke a particular tray--error may occur if tray is not inserted.
  127. *% These errors should be trapped by software and a message displayed
  128. *DefaultPaperTray: None
  129. *PaperTray Letter: "statusdict begin lettertray end"
  130. *PaperTray Legal: "statusdict begin legaltray end"
  131. *PaperTray A4: "statusdict begin a4tray end"
  132. *?PaperTray: "
  133.  save statusdict begin
  134.   3 dict begin
  135.    /0 (Letter) def
  136.    /1 (A4) def
  137.    /2 (Legal) def
  138.    papertray
  139.    papersize
  140.      {( ) cvs cvn load exec} stopped not{= flush}{(Unknown) = flush}ifelse
  141.    end 
  142. end
  143. restore
  144. "
  145. *End
  146.  
  147. *% The following entries provide information about specific paper keywords.
  148. *DefaultImageableArea: None
  149. *ImageableArea Letter: "14 13 596 776 "
  150. *ImageableArea Legal: "14 14 596 993 "
  151. *ImageableArea A4: "14 14 581 826 "
  152. *?ImageableArea: "
  153.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  154.   newpath clippath pathbbox
  155.   4 -2 roll exch 2 {ceiling cvp} repeat
  156.   exch 2 {floor cvp} repeat flush
  157.  restore
  158. "
  159. *End
  160.  
  161. *% These provide the physical dimensions of the paper (by keyword)
  162. *DefaultPaperDimension: None
  163. *PaperDimension Letter: "612 792"
  164. *PaperDimension Legal: "612 1008"
  165. *PaperDimension A4: "595 842"
  166.  
  167. *DefaultOutputBin: OnlyOne
  168. *DefaultInputSlot: Upper
  169. *InputSlot Upper: "statusdict begin 0 setpapertray end"
  170. *InputSlot Lower: "statusdict begin 1 setpapertray end"
  171. *?InputSlot: "
  172.  save statusdict begin
  173.   2 dict begin
  174.    /0 (Upper) def
  175.    /1 (Lower) def
  176.    papertray 
  177.      {( ) cvs cvn load exec} stopped not{= flush}if
  178.   end
  179.  end restore
  180. "
  181. *End
  182.  
  183. *DefaultManualFeed: False
  184. *?ManualFeed: "
  185.   statusdict /manualfeed get
  186.   {(True)}{(False)}ifelse = flush"
  187. *End
  188.  
  189. *DefaultOutputOrder: Normal
  190.  
  191. *DefaultCollator: None
  192. *DefaultSorter: None
  193. *DefaultDuplex: None
  194.  
  195. *% Font Information =====================
  196.  
  197. *DefaultFont: Courier
  198. *Font AvantGarde-Book: Standard "(001.001)"
  199. *Font AvantGarde-BookOblique: Standard "(001.001)"
  200. *Font AvantGarde-Demi: Standard "(001.001)"
  201. *Font AvantGarde-DemiOblique: Standard "(001.001)"
  202. *Font Bookman-Demi: Standard "(001.001)"
  203. *Font Bookman-DemiItalic: Standard "(001.001)"
  204. *Font Bookman-Light: Standard "(001.001)"
  205. *Font Bookman-LightItalic: Standard "(001.001)"
  206. *Font Courier: Standard "(001.005)"
  207. *Font Courier-Bold: Standard "(001.005)"
  208. *Font Courier-BoldOblique: Standard "(001.005)"
  209. *Font Courier-Oblique: Standard "(001.005)"
  210. *Font Helvetica: Standard "(001.001)"
  211. *Font Helvetica-Bold: Standard "(001.001)"
  212. *Font Helvetica-BoldOblique: Standard "(001.001)"
  213. *Font Helvetica-Condensed: Standard "(001.001)"
  214. *Font Helvetica-Condensed-Bold: Standard "(001.001)"
  215. *Font Helvetica-Condensed-BoldObl: Standard "(001.001)"
  216. *Font Helvetica-Condensed-Oblique: Standard "(001.001)"
  217. *Font Helvetica-Oblique: Standard "(001.001)"
  218. *Font NewCenturySchlbk-Bold: Standard "(001.002)"
  219. *Font NewCenturySchlbk-BoldItalic: Standard "(001.001)"
  220. *Font NewCenturySchlbk-Italic: Standard "(001.001)"
  221. *Font NewCenturySchlbk-Roman: Standard "(001.002)"
  222. *Font Palatino-Bold: Standard "(001.001)"
  223. *Font Palatino-BoldItalic: Standard "(001.001)"
  224. *Font Palatino-Italic: Standard "(001.002)"
  225. *Font Palatino-Roman: Standard "(001.001)"
  226. *Font Symbol: Special "(001.001)"
  227. *Font Times-Bold: Standard "(001.001)"
  228. *Font Times-BoldItalic: Standard "(001.004)"
  229. *Font Times-Italic: Standard "(001.001)"
  230. *Font Times-Roman: Standard "(001.001)"
  231. *Font ZapfChancery-MediumItalic: Standard "(001.002)"
  232. *Font ZapfDingbats: Special "(001.000)"
  233. *?FontQuery: "
  234. save 4 dict begin /sv exch def
  235. /str (fonts/                              ) def
  236. /st2 128 string def
  237. {
  238.   count 0 gt {
  239.     dup st2 cvs (/) print print (:) print
  240.     dup FontDirectory exch known {pop (Yes)}{
  241.      str exch st2 cvs dup length /len exch def
  242.      6 exch putinterval str 0 len 6 add getinterval mark exch
  243.      { } st2 filenameforall counttomark 0 gt {
  244.       cleartomark (Yes)}{cleartomark (No)}ifelse
  245.     }ifelse = flush
  246.   }{ exit } ifelse
  247. } bind loop
  248. (*) = flush
  249. sv end restore
  250. "
  251. *End
  252.  
  253. *?FontList: "
  254. save  2 dict begin /sv exch def
  255. /str 128 string def
  256. FontDirectory { pop == } bind forall flush
  257. /filenameforall where { 
  258.  pop save (fonts/*) { 
  259.   dup length 6 sub 6 exch getinterval cvn == 
  260.  } bind str filenameforall flush restore
  261. } if 
  262. (*) = flush
  263. sv end restore
  264. "
  265. *End
  266.  
  267. *% Printer Messages (verbatim from printer):
  268. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  269. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  270. *Message: "\FontName\ not found, using Courier"
  271.  
  272. *% Status (format: %%[ status: <one of these> ]%% )
  273. *Status: "idle"
  274. *Status: "busy"
  275. *Status: "waiting"
  276. *Status: "printing"
  277. *Status: "warming up"
  278. *Status: "PrinterError:     Add Toner"
  279. *Status: "PrinterError:   F.Error F.Rom"
  280. *Status: "PrinterError:  F.Error Optical"
  281. *Status: "PrinterError:   F.Error Motor"
  282. *Status: "PrinterError:    F.Error OPC"
  283. *Status: "PrinterError:   F.Error Fuser"
  284. *Status: "PrinterError:  Jam At Transfer"
  285. *Status: "PrinterError:    Jam At Exit"
  286. *Status: "PrinterError:    Warming Up"
  287. *Status: "PrinterError:   Set Developer"
  288. *Status: "PrinterError: Close Side Cover"
  289. *Status: "PrinterError:  Close Top Cover"
  290. *Status: "PrinterError: Set Toner Bottle"
  291. *Status: "PrinterError:    Toner/Belt"
  292. *Status: "PrinterError: Replace OPC Belt"
  293. *Status: "PrinterError:   Misfeed Lower"
  294. *Status: "PrinterError:   Misfeed Upper"
  295. *Status: "PrinterError:  Set Paper Stack"
  296. *Status: "PrinterError: Check Lower Tray"
  297. *Status: "PrinterError: Check Upper Tray"
  298. *Status: "PrinterError:  Supply Paper U."
  299. *Status: "PrinterError:  Supply Paper L."
  300. *Status: "PrinterError:   Supply Paper"
  301. *Status: "PrinterError: Check Paper Tray"
  302.  
  303. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  304. *Source: "serial9"
  305. *Source: "serial25"
  306. *Source: "AppleTalk"
  307. *Source: "Centronics"
  308.  
  309. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  310. *PrinterError: "   Misfeed Lower"
  311. *PrinterError: "   Misfeed Upper"
  312. *PrinterError: "    Add Toner"
  313. *PrinterError: "Replace OPC Belt"
  314. *PrinterError: " Jam At Transfer"
  315. *PrinterError: "   Toner/Belt"
  316. *PrinterError: " Supply Paper U."
  317. *PrinterError: " Supply Paper L."
  318. *PrinterError: " Set Paper Stack"
  319. *PrinterError: "  F.Error Motor"
  320. *PrinterError: " Close Top Cover"
  321. *PrinterError: "Close Side Cover"
  322. *PrinterError: "  Set Developer"
  323. *PrinterError: "  F.Error F.Rom"
  324. *PrinterError: " F.Error Optical"
  325. *PrinterError: "Check Paper Tray"
  326. *PrinterError: "   F.Error OPC"
  327. *PrinterError: "  Supply Paper"
  328. *PrinterError: "Check Lower Tray"
  329. *PrinterError: "  F.Error Fuser"
  330. *PrinterError: "Check Upper Tray"
  331. *PrinterError: "Set Toner Bottle"
  332. *PrinterError: "   Warming Up"
  333. *PrinterError: "   Jam At Exit"
  334.  
  335. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  336.  
  337. *% Color Separation Information =====================
  338.  
  339. *DefaultColorSep: ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi
  340.  
  341. *InkName: ProcessBlack/Process Black
  342. *InkName: CustomColor/Custom Color
  343. *InkName: ProcessCyan/Process Cyan
  344. *InkName: ProcessMagenta/Process Magenta
  345. *InkName: ProcessYellow/Process Yellow
  346.  
  347. *%  For 60 lpi / 300 dpi  ===============================
  348.  
  349. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  350. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  351. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  352. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  353. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  354.  
  355. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  356. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  357. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  358. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  359. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  360.  
  361. *%  For 53 lpi / 300 dpi  ===============================
  362.  
  363. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  364. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  365. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  366. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  367. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  368.  
  369. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  370. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  371. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  372. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  373. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  374.  
  375. *% end of PPD file for LaserPrinter15
  376.